home *** CD-ROM | disk | FTP | other *** search
- on beginSprite me
- sprite(1).locV = 300
- sprite(1).locH = 400
- set the width of sprite 1 to 800
- set the height of sprite 1 to 600
- end
-
- on exitFrame me
- if sprite(1).mediaBusy then
- play frame the frame
- else
- removefullscreen(sprite(1))
- go(the frame + 1)
- end if
- end
-